home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 April / EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso / earcd / utilgfx / sview540.rdm < prev    next >
Text File  |  1996-03-13  |  8KB  |  176 lines

  1. Short:    SuperView V5.40 + Library 12.8 (10.2.96)
  2. Author:   Andreas_Kleinert@superview.ftn.sub.org
  3. Uploader: Martin Schulze (schulze@phil.uni-sb.de)
  4. Type:     gfx/show
  5.  
  6.    ADDED PNG READING AND SUPPORT FOR picture.datatype V43 (CyberGraphX)
  7.  
  8. SuperView V5.40 EL (evaluation), a localized Graphics Viewer/Converter/
  9. ScreenGrabber for the superview.library, with ARexx-Support, GUI,
  10. AmigaGuide-OnlineHelp, Cx-Support and many more features.
  11.  
  12. Converting graphics and "Screen-Grabbing" is possible in a very comfortable
  13. and object-oriented manner, also allows image processing via SVOperators.
  14.  
  15. OS V2.04+ is required, OS V2.1 and V3.x features are used if available.
  16.  
  17. SHAREWARE.
  18. Evaluation version with "please register" requester and some restrictions
  19. (until you receive your KeyFile...).
  20.  
  21. Includes licensed SuperView-Library Version 12.7, which includes the
  22. following FileFormats, Display Drivers and Operators:
  23.  
  24. SVObjects :    - IFF-ILBM         - Windows BMP        - PNM (PBM,PGM,PPM)
  25.                - IFF-ACBM         - JPEG (JFIF)        - IMG (GEM Graphics)
  26.                - IFF-YUVN         - PhotoCD            - WPG (WP Graphics)
  27.                - IFF-DEEP         - TIFF               - MacPaint MAC
  28.                - PCX              - EPS                - C64 (Koala, Doodle)
  29.                - GIF              - FBM                - Windows Icon
  30.                - QRT/POV          - Mac PICT-2         - SGI
  31.                - SVG              - Targa              - Pictor/PCPaint
  32.                - SunRaster        - PNG
  33.  
  34.                  as well as all OS3-Datatypes
  35.                  and CyberGraphX DataTypes (via picture.datatype V43).
  36.  
  37.                  Many formats with 24 Bit-Support.
  38.                  Reads XPK- and PP20-packed data via Unpack.svobject.
  39.                  UtahRLE.svobject is available separately.
  40.  
  41. SVDrivers :    - ECS              - AGA                - EGS7
  42.                - OpalVision       - Retina             - CyberGraphics
  43.                - PicassoII        - Merlin
  44.  
  45. SVOperators :  - Dither24Bit      - 24BitToHAM         - HilbertDither256
  46.                - ExtractRed       - ExtractGreen       - ExtractBlue
  47.                - XOR              - ExtractGrayScales  - TopToBottom
  48.                - LeftToRight      - Rotate             - Scale50
  49.                - AnyTo24Bit       - Crop               - CallPNM
  50.                - OptimizePalette  - RotateFree         - PaletteDither
  51.  
  52.                  plus the following from Steve Quartly:
  53.  
  54.                - SQBentley        - SQTiling           - SQThreshold
  55.                - SQOilPaint       - SQMosaic           - SQEmboss
  56.                - SQSlicing        - SQDiffuse          - SQContrast
  57.                - SQSharpen        - SQBlur             - SQDeep_Press
  58.                - SQMotion_Blur    - SQHighPass
  59.  
  60.      PROGRAM-CHANGES:
  61.      ================
  62.  
  63. V5.40: - joined "purpose" and "abilities" section in docs
  64.        - rewrote docs
  65.        - included superview.library V12.8 - with many changes
  66.          (supports CyberGraphX Datatypes via picture.datatype V43 now
  67.           and also fixes a lot of small problems)
  68.  
  69. V5.33: - now GUI is also fully localized: had to use a second
  70.          catalog for the GUI - named "superview_gui.catalog" -
  71.          which is yet only available in ENGLISH (default) and GERMAN
  72.        - removed english catalog/ct since it is default
  73.          (english texts are available for translation as comments
  74.           within the german ct files)
  75.        - redesigned GUI slightly
  76.        - searched for EHits in configuration and file requester routines
  77.          (-> Andy Philpotts)
  78.        - with the GUI still closed and no public screen present
  79.          called "Workbench", the Filerequester would have produced
  80.          an Enforcer Hit
  81.        - there was a wrong reference to "DefaultIcons/". Changed to
  82.          "PROGDIR:Bonus/DefaultIcons/" now (would have been used with
  83.          no "ICONPATH" defined)
  84.        - included superview.library V12.7, which fixes some important
  85.          bugs - mainly in the same context as with V5.31 and V5.32
  86.  
  87.      LIBRARY-CHANGES:
  88.      ================
  89.  
  90.      V12.8 (10.2.1996) :
  91.      -------------------
  92.  
  93.       - new SVObjects:   - CyberDataType.svobject
  94.  
  95.                            Supports (CyberGraphX') picture.datatype V43,
  96.                            which upgrades DataTypes to 24 Bit handling.
  97.  
  98.                            When CyberGraphX and picture.datatype V43+
  99.                            are installed in your system, this module
  100.                            will supersede the internal DataType svobject
  101.                            (for graphics only) and thus allow extraction
  102.                            of 8 Bit Chunky and 24 Bit RGB graphics
  103.                            from datatypes.
  104.  
  105.                            You need special datatypes for that
  106.                            (as coming with picture.datatype V43).
  107.  
  108.                          - PNG.svobject (Portable Network Graphics)
  109.  
  110.                            Allows reading of 8, 16, 24, 32 Bit PNGs.
  111.  
  112.       - new SVOperators:
  113.  
  114.         PaletteDither is an operator, which allows dithering to
  115.         a fixed palette, where you may freely define the palette
  116.         by specifying any (upto 256 color) GRAPHICS as a source,
  117.         of which a specified number of colors will be taken from its
  118.         palette and the rest will be freely set by the dithering
  119.         routines - without redundancies.
  120.  
  121.         So you may:
  122.  
  123.          - specifiy an already dithered graphics to which a number
  124.            of other graphics should be equally in parts of its
  125.            palette or the full palette
  126.          - simply specify a 1x1 pixel brush IFF file as a colormap
  127.            to be used fully or in parts (instead of an IFF-ILBM file
  128.            with only a CMAP in it)
  129.  
  130.         For what is that needed ?
  131.  
  132.          - for creation of ANIMations, where either all pictures
  133.            must share the same palette, or only a specific number
  134.            of colors may be changed
  135.          - for creation of games and applications, where 24 Bit graphics
  136.            of many sources should be placed on one single 256 color screen
  137.  
  138.         You can specifiy the depth the 24 Bit input should be dithered
  139.         to and also how many colors should be predefined by the given
  140.         palette (which may be larger then).
  141.  
  142.         This functionality has only been native to expensive image
  143.         processing applications yet.
  144.  
  145.       - SVObjects: - BMP:  - fixed reading of several non-standard BMPs
  146.                              (e.g. from OS/2 or newer "Windozes")
  147.                            - added read support for RLE4 compression
  148.                    - ACBM,
  149.                      ILBM: - now filtering unsupported bit depths
  150.                              instead of letting the machine crash...
  151.                    - YUVN: - now is able to distinguish between
  152.                              YUV gray (400), 411, 422, 444, 211 and 222
  153.                              when reading (211 and 411 have been tested).
  154.                            - fixed reading and writing of 411
  155.                            - maybe first useable version (in/output of
  156.                              the others would only have been nearly
  157.                              correct when being converted to gray)
  158.                    - QRT:  - misc (see there)
  159.                    - TIFF: - misc (see there)
  160.                    - JPEG: - linked with wrong math stubs.
  161.                              Caused crashes
  162.                              (-> Mike Lundell)
  163.  
  164.       - SVObjects: - CyberGraphics: (see there)
  165.  
  166.       - Docs: - added note on LX/020 problems when extracting archives
  167.               - rewrote sections about email addresses, known bugs,
  168.                 and more
  169.               - added LZW/Unisys note to Copyright section
  170.               - included NotesAndHints.guide to main guide-file
  171.                 and left out unimportant information
  172.  
  173. *****************************************************************************
  174. ** Please support SHAREWARE and register NOW to receive YOUR KeyFile !!    **
  175. *****************************************************************************
  176.